SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 59001: Incorrect syntax in fcf_iem_cdd_load_case.sas might cause the customer risk ranking process in SAS® Anti-Money Laundering to fail

DetailsAboutRate It

You might encounter the following error when you run the customer risk ranking process in SAS Anti-Money Laundering:

   MLOGIC(FCF_IEM_CDD_LOAD_CASE):  %LET (variable name is SOURCEDS)
   NOTE: Line generated by the invoked macro "FCF_IEM_CDD_LOAD_CASE".
   2004          proc datasets work = work nolist nowarn memtype = (data view);
       delete temp_map;     quit;
                               ----
                               22
                               76
   MPRINT(FCF_IEM_CDD_LOAD_CASE):   proc datasets work = work nolist nowarn memtype
   = (data view);
   NOTE: Enter RUN; to continue or QUIT; to end the procedure.
   MPRINT(FCF_IEM_CDD_LOAD_CASE):   delete temp_map;
   MPRINT(FCF_IEM_CDD_LOAD_CASE):   quit;
   ERROR 22-322: Syntax error, expecting one of the following: ;, ALTER, DD,
   DDNAME, DETAILS, FORCE, GENNUM, KILL, LIB, LIBRARY, MEMTYPE, MT, MTYPE,
   NODETAILS, NOFS, NOLIST, NOPRINT, NOWARN, PROTECT, PW, READ.

The error is caused by incorrect syntax in the PROC DATASETS statement in the fcf_iem_cdd_load_case.sas macro. To work around the problem, correct the statement as follows:

proc datasets lib = work nolist nowarn memtype = (data view);
    delete temp_map;
quit;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingMicrosoft® Windows® for x646.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 8 Enterprise x646.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 8 Pro x646.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 8.1 Enterprise 32-bit6.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 8.1 Enterprise x646.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 8.1 Pro 32-bit6.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 8.1 Pro x646.16.29.4 TS1M09.4 TS1M1
Microsoft Windows 106.16.29.4 TS1M09.4 TS1M1
Microsoft Windows Server 2008 R26.16.29.4 TS1M09.4 TS1M1
Microsoft Windows Server 2008 for x646.16.29.4 TS1M09.4 TS1M1
Microsoft Windows Server 2012 Datacenter6.16.29.4 TS1M09.4 TS1M1
Microsoft Windows Server 2012 R2 Datacenter6.16.29.4 TS1M09.4 TS1M1
Microsoft Windows Server 2012 R2 Std6.16.29.4 TS1M09.4 TS1M1
Microsoft Windows Server 2012 Std6.16.29.4 TS1M09.4 TS1M1
Windows 7 Enterprise x646.16.29.4 TS1M09.4 TS1M1
Windows 7 Professional x646.16.29.4 TS1M09.4 TS1M1
64-bit Enabled AIX6.16.29.4 TS1M09.4 TS1M1
64-bit Enabled Solaris6.16.29.4 TS1M09.4 TS1M1
HP-UX IPF6.16.29.4 TS1M09.4 TS1M1
Linux for x646.16.29.4 TS1M09.4 TS1M1
Solaris for x646.16.29.4 TS1M09.4 TS1M1
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.